Search
ItemListView.addItems Method (DiagramItemList, String[])
See Also
 






Adds the specified items to the end of the list box.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public void addItems (
    DiagramItemList items,
    String[] labels
)

 Parameters

items

The collection of items to add.

labels

The array of texts to be displayed for the items.

 See Also